home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Keyboard / Keyboard Messages / CommandKeyMessage.cp next >
Encoding:
Text File  |  1997-06-28  |  211 b   |  14 lines  |  [TEXT/CWIE]

  1. // CommandKeyMessage.cp
  2.  
  3. #ifndef CommandKeyMessage_h
  4. #include "CommandKeyMessage.h"
  5. #endif
  6. #ifndef MenuBar_h
  7. #include "MenuBar.h"
  8. #endif
  9.  
  10. void CommandKeyMessage::Send() const
  11.   {
  12.     MenuBar::The().Key( key );
  13.   }
  14.